home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / UEFA_Informer_Gadget / UEFAinfo.gadget / css / main.css next >
Text (UTF-16)  |  2008-03-31  |  3KB  |  90 lines

  1. body {
  2.     margin: 0;
  3.     padding: 0;
  4.     width: 135px;
  5. }
  6.  
  7. a {
  8.     color: black;
  9.     text-decoration: none;
  10. }
  11.  
  12. a:hover {
  13.     text-decoration: underline;
  14. }
  15.  
  16. #topBlock {
  17.     width: 135px;
  18.     text-align: center
  19. }
  20.  
  21. select {
  22.     width: 112px;
  23.     margin-top: 12px;
  24.     margin-left: 5px;
  25.     font-size: 11px;
  26.     font-family: Calibri;
  27. }
  28.  
  29.  
  30. #refreshButton {
  31.       float: left;
  32.     margin-top: -9px;
  33.     margin-left: 15px;
  34.       border: 0px solid;
  35. }
  36.  
  37. #leagueName {
  38.     margin-top: -9px;
  39.     margin-right: 7px;
  40.     text-align: right;
  41.       font-size: 11px;
  42.       font-family: Calibri;
  43.       font-style: italic;
  44.       font-weight: bold;
  45. }
  46.  
  47. #content {
  48.     overflow: hidden;
  49.     margin-left: 5px;
  50.     padding-top: 3px;
  51.     padding-left: 2px;
  52.     padding-bottom: 2px;
  53.     width: 118px;
  54.     text-align: center;
  55.      font-size : 14px;
  56.       font-family: Calibri;
  57. }
  58.  
  59. #content table {
  60.     width: 100%;
  61.     height: 100%;
  62.       font-size: 11px;
  63.       font-family: Calibri;
  64. }
  65.  
  66. .centered {
  67.     margin-top: expression((
  68.     document.getElementById("topBlock").offsetHeight/2)
  69.     -(parseInt(offsetHeight)/2) <0 ? "0" :
  70.     (document.getElementById("topBlock").offsetHeight/2)
  71.     -(parseInt(offsetHeight)/2)-20 +'px');
  72. }
  73.  
  74. #bottomBlock {
  75.     width: 135px;
  76.     height: 30px
  77. }
  78.  
  79. #flyOn {
  80.     margin-left: 38px;
  81.     font-size: 11px;
  82.     font-family: Calibri, Tahoma, sans-serif;
  83. }
  84.  
  85. #arrow {
  86.       position: absolute;
  87.       margin-left: -23px;
  88.       margin-top: 1px;
  89.       border: 0px solid;
  90. }